net/http.connLRU.ll (field)

7 uses

	net/http (current package)
		transport.go#L3090: 	ll *list.List // list.Element.Value type is of *persistConn
		transport.go#L3096: 	if cl.ll == nil {
		transport.go#L3097: 		cl.ll = list.New()
		transport.go#L3100: 	ele := cl.ll.PushFront(pc)
		transport.go#L3108: 	ele := cl.ll.Back()
		transport.go#L3110: 	cl.ll.Remove(ele)
		transport.go#L3118: 		cl.ll.Remove(ele)